home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / bbs_soft / drmlog10.zip / SYSOP.DOC < prev    next >
Text File  |  1993-04-14  |  7KB  |  250 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                    DreamLOG
  10.                                  Version 1.0
  11.                       Copyright (c) 1993 By Andy Stewart
  12.                       
  13.                        
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.                                 COPYRIGHT NOTICE
  47.                                 ----------------
  48.  
  49.      DreamLOG is a copyrighted program being distributed under the
  50.      shareware concept.  As such you may use DreamLOG for a period of
  51.      30 days without registering the software.  After the 30 day evaluation
  52.      period, you must register your copy of DreamLOG or must stop using
  53.      it.  By your not doing so you will be in violation of United States and
  54.      International copyright laws.
  55.  
  56.      As a shareware program, DreamLOG may be freely distributed through a
  57.      BBS.  Shareware distributors may distribute copies of DreamLOG on disk
  58.      for a modest disk duplication charge not to exceed $6 per disk.
  59.  
  60.  
  61.  
  62.  
  63.                                     
  64.                                     
  65.                                     WARRANTY
  66.                                     --------
  67.  
  68.      DreamLOG is distributed without warranty.  In no event will Andy
  69.      Stewart or DreamWARE Communications be liable to you for damages,
  70.      including any loss of profits, lost savings, or other incidental or
  71.      consequential damages arising out of your use of or inability to use the
  72.      program, even if Andy Stewart, DreamWARE Communications or an authorized
  73.      representative has been advised of the possibility of such damages.  Andy
  74.      Stewart and DreamWARE Communications will not be liable for any such
  75.      claim by any other party.
  76.  
  77.  
  78.  
  79.                                   INTRODUCTION
  80.                                   ------------
  81.  
  82.           DreamLOG has the following built-in features ...
  83.  
  84.           Assembly language serial input/output routines for maximum
  85.           speed.
  86.  
  87.           Fully supports high  speed modems: 16550 FIFO buffering and
  88.           locked serial ports.
  89.  
  90.           Built in ANSI terminal emulator.  No need to have ANSI.SYS
  91.           loaded in memory.
  92.  
  93.           Supports all of the most popular door data file formats:
  94.           TriBBS, PCBoard, GAP, Spitfire, WildCat, RBBS, and WWIV.
  95.  
  96.  
  97.  
  98.  
  99.                                RUNNING DREAMLOG
  100.                               ------------------
  101.      DreamLOG is run by entering a command similar to the following:
  102.  
  103.      dreamlog dreamlog.cfg
  104.      
  105.      In the above command line, "dreamlog" is the name of your door's EXE file
  106.      and the "dreamlog.cfg" parameter is the name of the door's configuration
  107.      file.  The configuration file can have any name the sysop chooses, but
  108.      it must reside in the same directory as the door.  The configuration
  109.      file is an ASCII text file with the following format:
  110.  
  111.      Line 1:   Door data file type.
  112.      Line 2:   Path to the door data file(s).
  113.      Line 3:   BBS name.
  114.      Line 4:   Sysop's name.
  115.      Line 5:   Locked baud rate.
  116.  
  117.      As illustrated above, the door's data file type is specified in line 1
  118.      and can be PCB for PCBoard, GAP for GAP (DOOR.SYS), SF for  Spitfire,
  119.      RBBS for RBBS, WC for WildCat!, TRIBBS for TriBBS, or WWIV for WWIV.
  120.      The locked baud rate is specified in line 5. If the sysop doesn't
  121.      lock his serial port, he must specify 0 for the locked baud rate.
  122.      NOTE: Although many door formats do pass the locked baud rate in the
  123.      door data files, some older formats such as RBBS do not.  For
  124.      conformity, it is required that you specify the locked baud rate in
  125.      line 5 and ignores any value passed in the door data files.
  126.  
  127.      The following is a sample door configuration file:
  128.  
  129.      WWIV
  130.      C:\WWIV\
  131.      DreamNET
  132.      Unca Scrooge
  133.      38400
  134.  
  135.      A file called SETUP.EXE is included to aid with writing this config.
  136.      file.  Run it, answer the questions, and let the program do the rest.
  137.      (setup door.cfg /L) (DOOR.CFG is included as a sample and to run SETUP)
  138.      SETUP.EXE also lets you choose the color(s) you wish to use for the
  139.      field listings. THIS MUST BE RUN BEFORE RUNNING DREAMLOG!!!
  140.      
  141.  
  142.      DreamLOG! can be run locally without a door data file (handy for the
  143.      sysop to use the door without logging on to the BBS) by specifying
  144.      /L after the configuration file parameter in the DOS command line.
  145.      DreamLOG will request the user to enter his name before running the
  146.      door.
  147.  
  148.  
  149.  
  150.                                   SPECIAL KEYS
  151.                                   ------------
  152.  
  153.      While a door is running, the sysop can press certain special keys to
  154.      perform a variety of functions.    The following is a list of the
  155.      functions that the DreamLOG special keys perform:  (None of which are
  156.      really needed in this 'door')
  157.  
  158.      Key(s)              Function
  159.  
  160.      HOME                Toggles between the user status window and a help
  161.                          display that lists the special keys.
  162.  
  163.      F6                  Takes 5 minutes away from the caller.
  164.                          NOTE:  This will NOT be returned to BBS.
  165.  
  166.      F7                  Gives 5 minutes to the caller.
  167.                          NOTE:  This will NOT be returned to the BBS.
  168.  
  169.      F9                  Quit the door and return the caller to the BBS.
  170.  
  171.      F10                 Enter chat mode.  Pressing the ESC key exits the
  172.                          chat mode.
  173.  
  174.      Alt+D               Drop to DOS.
  175.  
  176.  
  177.  
  178.  
  179.                                      SUPPORT
  180.                                      -------
  181.  
  182.      You may obtain assistance with a DreamWARE Communication programs and
  183.      related problems by calling DreamNET at 317-780-1264.  You may also
  184.      find the latest versions of DreamWARE Communications doors here, which
  185.      are downloadable on the first call.  Also, they can be found on the
  186.      support boards found in Special.Thx.
  187.  
  188.  
  189.  
  190.  
  191.  
  192.                                   REGISTRATION
  193.                                   ------------
  194.  
  195.      Registration of DreamLOG is only $10.00.  Please use the form in the
  196.      file REGISTER.TXT.   When you register DreamLOG, you will receive a
  197.      keyfile to turn your copy of DreamLOG into a registered version.  More
  198.      information on this is in REGISTER.TXT
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.                        Thank you for using DreamLOG!
  206.                        --------------------------------
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.